STEP 7: Let's change the coordinates so that our sprite glides to the flower! Our stage goes from -8 to 8 on the x-axis and the y-axis.
- Click Run to see the flower on the stage.
- Click in the code editor and change the numbers in the .glide_to() command to (5, -6).
- The numbers in the .glide_to() command are the coordinate pair that the sprite will glide to.
To navigate the page using the TAB key, first press ESC to exit the code editor.